home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / communic / wc094c.zip / BSTYLE2.BTN < prev    next >
Text File  |  1993-02-21  |  4KB  |  136 lines

  1. ;
  2. ; Main Processing Screen Selection Buttons
  3. ;
  4.  
  5. [Button Bar Definition]
  6. ;
  7. ; Button bar Definition for the Main Processing screen
  8.  
  9. ;
  10. ; GridTitle=Framed Title
  11. ; (Optional if you don;t wnat a framed title wanted then remove this line)
  12. ;
  13. ; GridTitle=User Defined
  14.  
  15. ;
  16. ; GridSizeofRowCols= rowsize;colsize
  17. ; (The size of each Grid element Row and Column in TWIPS)
  18. ;
  19. GridSizeOfRowCols=885; 885
  20.  
  21. ;
  22. ; ButtonSizeofRowCols= rowsize;colsize
  23. ; (The size of each Button Row and Column in TWIPS)
  24. ;
  25. ButtonSizeOfRowCols=855; 855
  26.  
  27.  
  28. ;
  29. ; Each Button is defined here as
  30. ;
  31. ; @ROW@COL=Caption;IconFileName;Keystrokes
  32. ;
  33. ; For Example to define a button that will display
  34. ; the message selection panel you could enter:
  35. ;
  36. ;  @01@01=&Select Msgs;;%RMS
  37. ;
  38. ;  This statement would cause a button to be painted at Row 1 Col 1
  39. ;  that had as text "Select Msgs" When pressed it would
  40. ;  send Alt-r, "M", "S" to WinCIS main window. This corresponds
  41. ;  to the menu selections of Forum/Messages/Select
  42. ;
  43. ;  If you are already familiar with the VB SendKeys function you
  44. ;  already know the format of the keystrokes that can be sent
  45. ;  For those of you not familiar with this command the following
  46. ;  characters have special meaning:
  47. ;
  48. ;   '+' SHIFT
  49. ;   '^' CONTROL
  50. ;   '%' ALT
  51. ;
  52. ;   So to simulate an ALT-R you code %R
  53. ;   CONTROL-R would be ^R and so on...
  54. ;
  55. ;   The following keys can be simulated by enclosing them in braces {}
  56. ;
  57. ;   {ENTER} {HELP} {LEFT} {RIGHT} {UP} {DOWN} {PGDN} {PGUP} {F1 ... F12}
  58. ;
  59. ;   There are quite a few more keys you can code so refer to a VB manual if
  60. ;   you can
  61. ;
  62. ;
  63.  
  64.  
  65. [Button Bar Definition Top]
  66. ; Definition to be used when Displaying Buttons Across the TOP
  67.  
  68. ; GridNumberofRowCols= rows;cols
  69. ; (number of rows and columns to allow for)
  70. ;
  71. GridNumberOfRowCols=1 ; 8
  72.  
  73. @1@1=ReadMail;&WinCisPath\MAIL10.ICO;%EL
  74. @1@2=SendMail;&WinCisPath\MAIL03.ICO;%EC
  75. @1@3=ReadMsgs;&WinCisPath\MAIL11.ICO;%RML
  76. @1@4=SendMsg;&WinCisPath\MAIL12.ICO;%RMC
  77. @1@5=Headers;&WinCisPath\PEN06.ICO;%RMM
  78. @1@6=Catalog;&WinCisPath\FILES07.ICO;%RLC
  79. @1@7=Patterns;&WinCisPath\CRDFLE11.ICO;%RLS
  80. @1@8=Next;&WinCisPath\POINT14.ICO;%OLBSTYLE3.BTN{ENTER}
  81.  
  82.  
  83. [Button Bar Definition Bottom]
  84. ; Definition to be used when Displaying Buttons Along the BOTTOM
  85.  
  86. ; GridNumberofRowCols= rows;cols
  87. ; (number of rows and columns to allow for)
  88. ;
  89. GridNumberOfRowCols=1 ; 8
  90.  
  91. @1@1=ReadMail;&WinCisPath\MAIL10.ICO;%EL
  92. @1@2=SendMail;&WinCisPath\MAIL03.ICO;%EC
  93. @1@3=ReadMsgs;&WinCisPath\MAIL11.ICO;%RML
  94. @1@4=SendMsg;&WinCisPath\MAIL12.ICO;%RMC
  95. @1@5=Headers;&WinCisPath\PEN06.ICO;%RMM
  96. @1@6=Catalog;&WinCisPath\FILES07.ICO;%RLC
  97. @1@7=Patterns;&WinCisPath\CRDFLE11.ICO;%RLS
  98. @1@8=Next;&WinCisPath\POINT14.ICO;%OLBSTYLE3.BTN{ENTER}
  99.  
  100.  
  101. [Button Bar Definition Left]
  102. ; Definition to be used when Displaying Buttons on the LEFT
  103.  
  104. ; GridNumberofRowCols= rows;cols
  105. ; (number of rows and columns to allow for)
  106. ;
  107. GridNumberOfRowCols=4 ; 2
  108.  
  109. @1@1=ReadMail;&WinCisPath\MAIL10.ICO;%EL
  110. @1@2=SendMail;&WinCisPath\MAIL03.ICO;%EC
  111. @2@1=ReadMsgs;&WinCisPath\MAIL11.ICO;%RML
  112. @2@2=SendMsg;&WinCisPath\MAIL12.ICO;%RMC
  113. @3@1=Headers;&WinCisPath\PEN06.ICO;%RMM
  114. @3@2=Patterns;&WinCisPath\CRDFLE11.ICO;%RLS
  115. @4@1=Catalog;&WinCisPath\FILES07.ICO;%RLC
  116. @4@2=Next;&WinCisPath\POINT14.ICO;%OLBSTYLE3.BTN{ENTER}
  117.  
  118.  
  119. [Button Bar Definition Right]
  120. ; Definition to be used when Displaying Buttons on the RIGHT
  121.  
  122. ;
  123. ; GridNumberofRowCols= rows;cols
  124. ; (number of rows and columns to allow for)
  125. ;
  126. GridNumberOfRowCols=4 ; 2
  127.  
  128. @1@1=ReadMail;&WinCisPath\MAIL10.ICO;%EL
  129. @1@2=SendMail;&WinCisPath\MAIL03.ICO;%EC
  130. @2@1=ReadMsgs;&WinCisPath\MAIL11.ICO;%RML
  131. @2@2=SendMsg;&WinCisPath\MAIL12.ICO;%RMC
  132. @3@1=Headers;&WinCisPath\PEN06.ICO;%RMM
  133. @3@2=Patterns;&WinCisPath\CRDFLE11.ICO;%RLS
  134. @4@1=Catalog;&WinCisPath\FILES07.ICO;%RLC
  135. @4@2=Next;&WinCisPath\POINT14.ICO;%OLBSTYLE3.BTN{ENTER}
  136.